home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8542
/
8542.xpi
/
chrome
/
lastpass.jar
/
content
/
basicauth.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-14
|
400b
|
8 lines
<?xml version="1.0" encoding="utf-8"?>
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="basic-auth">
<script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
<script type="application/x-javascript">
<![CDATA[window.addEventListener("load",function (){LP.lphandlebasic(document,window);},false);]]>
</script>
</overlay>